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