import Select from './select.vue'; import type { Plugin } from 'vue'; export declare const SelectPlugin: Plugin; export { Select };