import type { FunctionalComponent } from 'vue'; declare const Dish: FunctionalComponent<{}, {}>; export default Dish;