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