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