import { IDateLocale } from '../types'; export declare function setDefaultDateLocale(locale: IDateLocale): void; export declare function getDateLocale(locale?: IDateLocale): IDateLocale;