export declare const CUSTOM_DATE_FORMATS: { parse: { dateInput: { month: string; year: string; day: string; }; }; display: { dateInput: string; monthYearLabel: { year: string; month: string; }; dateA11yLabel: { year: string; month: string; day: string; }; monthYearA11yLabel: { year: string; month: string; }; }; }; //# sourceMappingURL=date-format-constants.d.ts.map