import SingleList from './single-list.vue'; import type { Plugin } from 'vue'; export declare const SingleListPlugin: Plugin; export { SingleList };