export type * from './src/public-types';
export { default as NSwitch, switchProps } from './src/Switch';
export type { SwitchProps, SwitchSlots } from './src/Switch';
