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