import { Plugin } from 'vue'; import Switch from './src/Switch.vue'; export declare const SwitchPlugin: Plugin; export { Switch, };