export interface ISearchOutput { value: string; isOnSearch: boolean; }