export interface FilterPanelTranslations { basicSearchTabLabel: string; advancedSearchTabLabel: string; groupedFilterTitle: string; advancedSearch: { andButtonLabel: string; orButtonLabel: string; addRuleButtonLabel: string; addRuleSetButtonLabel: string; removeRuleSetButtonLabel: string; }; noRulesLabel: string; searchButtonLabel: string; clearButtonLabel: string; fieldsPlaceholders: { boolean: { true: string; false: string; }; decimal: string; list: string; number: string; text: string; datetime: string; }; operators?: any; fields?: any; }