/** @internal */ export declare function getInvalidFeedback(includesTime: boolean): string; /** * The moment format string used by [[`DateInput`]] and [[`DateInputNoPicker`]] when * `includesTime` is false. */ export declare const dateInputFormat = "M/D/YYYY"; /** @internal */ export declare const timeFormat = "h:mm a"; export declare const militaryTimeFormat = "HH:mm"; /** * The moment format string used by [[`DateInput`]] and [[`DateInputNoPicker`]] when * `includesTime` is true. */ export declare const dateTimeInputFormat = "M/D/YYYY h:mm a"; /** @internal */ export declare function getTimeZone(timeZone: string): string;