import { default as Switch } from './switch.vue';
import { ComponentPublicInstance } from 'vue';
export { Switch };
export { switchProps } from './props';
export type SwitchExposed = ComponentPublicInstance & InstanceType<typeof Switch>;
export type { SwitchProps, SwitchCProps } from './props';
export type { SwitchSlots } from './symbol';
