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