export interface IBSwitchButtonProps { className?: string; isActive: boolean; onClick?(): void; testId?: string; }