export declare function getYearsCycle(monthLabelHeight: number, weekHeight: number, startCycleYear: number): ReadonlyArray>; /** * Calculate total height of calendars from 0 year to lastYear */ export declare function reduceCycle(yearsCycle: ReadonlyArray>, lastYear?: number, lastMonth?: number): number;