import List from './list.vue'; import type { Plugin } from 'vue'; export declare const ListPlugin: Plugin; export { List };