export declare class EsGridTranslates { static FILTERS: string; static SETTINGS: string; static TOTAL: string; static CHECK_ALL: string; static UNCHECK_ALL: string; static CHECK_AMONG_CHOSEN_ONES: string; static SAVE: string; static EXPAND_COLLAPSE_GROUP: string; static NO_RECORDS: string; static SUCCESS_SAVE: string; static SEARCHING: string; static CHECK_UNCHECK_ALL: string; static CUSTOM_ORDER: string; static NEW: string; static ITEMS_PER_PAGE: string; defaults: { [x: string]: string; }; static getDefaults(): { [x: string]: string; }; }