export declare type IDateFormatterDic = { [key: string]: { [key: string]: { all: string; foldYear?: string; foldMonth?: string; }; }; }; declare const dateFormatterDic: IDateFormatterDic; export default dateFormatterDic;