export interface IFilterItemData { title?: string; icon?: string; active?: boolean; disabled?: boolean; }