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