export declare const NUMBER_OF_WEEKDAYS = 7; export declare const NUMBER_OF_MONTHS_PER_ROW = 3; export declare const NUMBER_OF_YEARS_PER_ROW = 4; export declare const NUMBER_OF_MONTHS = 12; export declare const NUMBER_OF_WEEK_ROWS = 6; export declare const NUMBER_OF_MONTH_ROWS = 4; export declare const NUMBER_OF_YEAR_ROWS = 6; export declare const COLUMNS_GAP: string; /** * The view for switching the current year should use the same amount of rows as * the date view, but only 4 columns. This means years displayed = NUMBER_OF_YEAR_ROWS * 4 */ export declare const NUMBER_OF_YEARS: number; /** The list of years should initially start at the current year - offset. */ export declare const YEARS_RANGE_START_OFFSET = -5;