import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const CalendarIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default CalendarIcon;
