export interface ISearchQueryItem { text: string; colorClass: string; }