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