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