export { Switch, SwitchLabel } from './switch.tsx'
export type {
  SwitchLabelDirection,
  SwitchLabelProps,
  SwitchLabelSize,
  SwitchProps,
  SwitchSize,
} from './switch.tsx'
