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