import Cart from './cart.vue'; import type { Plugin } from 'vue'; export declare const CartPlugin: Plugin; export { Cart };