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