export namespace zh_CN { const globalNavigation: string; const menuSearch: string; const search: string; const reset: string; const moreFiltering: string; const expand: string; const collapse: string; const totalRecords: string; const nameNull: string; const personalSettings: string; const changePwd: string; const signOut: string; const handleMore: string; } export namespace en_US { const globalNavigation_1: string; export { globalNavigation_1 as globalNavigation }; const menuSearch_1: string; export { menuSearch_1 as menuSearch }; const search_1: string; export { search_1 as search }; const reset_1: string; export { reset_1 as reset }; const moreFiltering_1: string; export { moreFiltering_1 as moreFiltering }; const expand_1: string; export { expand_1 as expand }; const collapse_1: string; export { collapse_1 as collapse }; const totalRecords_1: string; export { totalRecords_1 as totalRecords }; const nameNull_1: string; export { nameNull_1 as nameNull }; const personalSettings_1: string; export { personalSettings_1 as personalSettings }; const changePwd_1: string; export { changePwd_1 as changePwd }; const signOut_1: string; export { signOut_1 as signOut }; const handleMore_1: string; export { handleMore_1 as handleMore }; } export function getText(key: any, language?: string, ...params: any[]): any; export function getLanguage(): any; declare namespace _default { export { en_US }; export { zh_CN }; } export default _default; //# sourceMappingURL=prev-locale.d.ts.map