import AddToList from './add-to-list.vue'; import type { Plugin } from 'vue'; export declare const AddToListPlugin: Plugin; export { AddToList };