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