export declare const getInputValue: (value?: Date | undefined) => string; export declare const getDateMidnightFromString: (dateString: string) => Date; export declare const isParsedFromInputDateExists: (dateString: string) => boolean; export declare const isDateFromInputIsFullyEntered: (date: Date) => boolean;