/** * @file locale 本地语言 */ import { IDateLocale } from '../types'; export declare function setDefaultDateLocale(locale: IDateLocale): void; export declare function getDateLocale(locale?: IDateLocale): IDateLocale; //# sourceMappingURL=locale.d.ts.map