export declare const Calendar: {
    today: string;
    months: {
        name: string;
        initials: string;
    }[];
    dayOfWeek: string[];
};
//# sourceMappingURL=en_US.d.ts.map