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