import { default as Switch } from './Switch.vue'; export { Switch as VxSwitch }; export { switchProps, switchEmits } from './switch'; export type { SwitchProps, SwitchSize } from './switch';