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