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