export interface IDropdownItem { id?: number; title: string; count: number; isSelected: boolean; isCountHidden?: boolean; avatar?: string; icon?: string; iconColor?: string; avatarColor?: { background?: string; color?: string }; }