import { LocaleProps } from "../types/locale";
export type Locale = 'zh-CN' | 'en-US' | 'zh-HK';
export declare const gLocaleObject: (gLocale: Locale) => LocaleProps;
