/**
 * @fileoverview Switch component exports
 */
export { Switch } from './Switch';
export type { SwitchProps } from './Switch';
