export declare const DATE_FORMAT_STRING = "DD.MM.YYYY"; export declare const DATE_TIME_FORMAT_STRING = "DD.MM.YYYY HH:mm"; export declare const DATE_FORMAT: { parse: { dateInput: string; }; display: { dateInput: string; monthYearLabel: string; dateA11yLabel: string; monthYearA11yLabel: string; }; }; export declare const DATE_TIME_FORMAT: { parse: { dateInput: string; }; display: { dateInput: string; monthYearLabel: string; dateA11yLabel: string; monthYearA11yLabel: string; }; };