import { BaseSwitchProps } from './types'; export { Switch } from './Switch'; export type SwitchProps = BaseSwitchProps;