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