export declare const UtilValueFormat: (fieldsValue: any, formItemGroup: any, dateFormatter?: string) => any; export declare const dateOrTimeStringToDayjs: () => void; export declare const isDate: (value: any) => boolean;