import type { QuarterPartialDate, Locales } from '../Calendar.types'; type LocalMap = Record; export declare const MONTHS: number[]; export declare const ROW_STEP = 6; export declare const ROW_MONTH_STEP = 4; export declare const ROW_YEAR_STEP = 4; export declare const ROW_QUARTER_STEP = 2; export declare const YEAR_RENDER_COUNT = 12; export declare const offsetMap: { Days: number; Months: number; Years: number; Quarters: number; }; export declare const QUARTER_NAMES: string[]; export declare const quarterDates: Record; export declare const SHORT_DAY_NAMES: LocalMap; export declare const FULL_DAY_NAMES: Record<'ru' | 'en', Record>; export declare const SHORT_MONTH_NAME: LocalMap; export declare const MONTH_NAMES: LocalMap; export declare const I18N: { next: { ru: string; en: string; }; previous: { ru: string; en: string; }; selectDate: { ru: string; en: string; }; navigationByShift: { ru: string; en: string; }; year: { ru: string; en: string; }; period: { ru: string; en: string; }; month: { ru: string; en: string; }; }; export {}; //# sourceMappingURL=constants.d.ts.map