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