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