export declare enum CalendarRenderView { DAY = "day", MONTH = "month", YEAR = "year" } export declare const FIRST_DAY_OF_WEEK = 0; export declare const YEARS_PER_YEAR_VIEW = 16; export declare const DAY_VIEW: { rowCount: number; columnCount: number; totalCount: number; }; export declare const YEAR_VIEW: { rowCount: number; columnCount: number; totalCount: number; }; export declare const MONTH_VIEW: { rowCount: number; columnCount: number; totalCount: number; }; /** * A symbol to ensure these locales cannot be overridden */ export declare const CalendarLocaleScope: string;