import Switch from './switch'; export type { SwitchProps, SwitchEvent } from './switch'; export { StyledSwitchContainer, StyledSwitchInput, StyledSwitchCircle, StyledSwitch } from './switch.styles'; export type { SwitchVariantsProps, SwitchContainerVariantsProps } from './switch.styles'; export default Switch;