import moment from 'moment'; export declare function toValidMomentValue(value: any): moment.Moment | undefined; export declare const formatDateValue: (dateValue: any, format?: string, locale?: string) => string; export declare const normalizeMomentValue: (value: any, targetTime?: string) => any;