declare const _default: {
    yearBlockRange: number;
    yearsInRow: number;
    monthBlock: number;
    monthsInRow: number;
    daysInRow: number;
    months: string[];
    days: {
        small: string[];
        large: string[];
    };
};
export default _default;
