// components
export { Switch } from './Switch';

// todo: change this to a shared component
export { SwitchThumb } from './Switch.shared';

// types
export type { SwitchRootProps, SwitchThumbProps } from './types';

// styles
export { switchRootVariants, switchThumbVariants, switchIconVariants } from './styles'; 