export declare const MY_FORMATS: { parse: { dateInput: string; }; display: { dateInput: string; monthYearLabel: string; dateA11yLabel: string; monthYearA11yLabel: string; }; }; export declare enum DateTimeConstants { DATEFORMAT = "YYYY-MM-DD", DATETIMEFORMAT = "YYYY-MM-DD HH:mm:ss", DATETIME_TZ_FORMAT = "YYYY-MM-DD HH:mm:ss", DATETIME_TZ_FORMAT_TZ = "YYYY-MM-DD HH:mm:ss Z" }