export interface ISetFilterLocaleText { loadingOoo: string; blanks: string; searchOoo: string; selectAll: string; selectAllSearchResults: string; noMatches: string; } export declare const DEFAULT_LOCALE_TEXT: ISetFilterLocaleText;