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