import Basket from './basket.vue'; import type { Plugin } from 'vue'; export declare const BasketPlugin: Plugin; export { Basket };