import { IFechaI18nSettings } from 'zent/es/utils/date/fecha'; export declare function setLocale(map: IFechaI18nSettings): IFechaI18nSettings; export declare function getLocale(): IFechaI18nSettings; export declare const enUS: IFechaI18nSettings; export declare const zhCN: IFechaI18nSettings;