export declare class ConstantsInputDate { static SEPARATOR_FILE: string; static SEPARATOR_FILE_PATH: string; static FORMAT_DATE_VIEW: string; static FORMAT_TIME_VIEW: string; static FORMAT_DATETIME_VIEW: string; static replaceSpace: RegExp; static MY_DATE_FORMAT: { parse: { dateInput: string; }; display: { dateInput: string; monthYearLabel: string; dateA11yLabel: string; monthYearA11yLabel: string; }; }; }