export interface SwitcherItem { id: number | string; title: string; disabled?: boolean; }