export declare const locales: Record<string, {
    months: string[];
    shortMonths: string[];
    weekDays: string[];
    shortWeekDays: string[];
}>;
