import { IWording } from './types';
export declare function getWording(): IWording;
export declare const WORDING: IWording;
export { getCurrentLocale, IWording, Locale } from './types';
export { WORDING_EN } from './locales/en';
export { WORDING_ZH } from './locales/zh';
