import DoubleList from './double-list.vue'; import type { Plugin } from 'vue'; export declare const DoubleListPlugin: Plugin; export { DoubleList };