import Switch from './switch.taro.vue';
import type { ComponentPublicInstance } from 'vue';
export type { SwitchProps } from './switch.taro.vue';
export type SwitchInstance = ComponentPublicInstance & InstanceType<typeof Switch>;
export { Switch, Switch as default };
