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