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