import enUS from './en-US.json'; import zhCN from './zh-CN.json'; declare const intl: ((id: string, params?: object) => string) | ((id: string) => any), getLocale: () => string; export { intl, enUS, zhCN, getLocale };