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