import ShoppingBag from './shopping-bag.vue'; import type { Plugin } from 'vue'; export declare const ShoppingBagPlugin: Plugin; export { ShoppingBag };