export interface SwitchProps extends Omit, 'type'> { toggled?: boolean; label?: React.ReactNode; id: string; ['data-testid']?: string; ['aria-label']: string; }