import { ProFormValueTypeMapConfig } from '../types-define'; export declare const normalizeTimeRangeFieldValue: (value: any) => (import("moment").Moment | undefined)[]; export declare const normalizeTimeRangeValue: (value: any) => any; export declare const renderTimeRangeValue: (defaultFormat?: string) => ProFormValueTypeMapConfig['renderView'];