export declare const getMonthShort: (locale: any) => any[]; export declare const getWeekDays: (locale: any) => any[]; export declare const getToday: (locale: any) => string;