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