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