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