export declare const ACTIVE_DAYS_DEFAULT: { day: number; title: string; }[]; export declare const ACTIVE_DAYS_JANUARY_TWO_REFERENCES: ({ day: number; title: string; type: string; } | { day: number; title: string; type?: undefined; } | { day: number[]; title: string; type: string; } | { day: number[]; title: string; type?: undefined; })[]; export declare const ACTIVE_DAYS_JANUARY_COLLAPSED: { day: number; title: string; }[]; export declare const ACTIVE_DAYS_JANUARY_REFERENCES: { day: number; title: string; type: string; }[]; export declare const ACTIVE_DAYS_ANNUAL_EXAMPLE: { JANUARY: { day: number; title: string; }[]; FEBRUARY: { day: number; title: string; }[]; MARCH: { day: number; title: string; }[]; APRIL: { day: number; title: string; }[]; MAY: ({ day: number[]; title: string; } | { day: number; title: string; })[]; JUNE: { day: number; title: string; }[]; AUGUST: { day: number; title: string; }[]; SEPTEMBER: ({ day: number; title: string; } | { day: number[]; title: string; })[]; OCTOBER: { day: number; title: string; }[]; NOVEMBER: { day: number; title: string; }[]; DECEMBER: { day: number; title: string; }[]; };