import { DataType } from '../DataPrimitive'; export declare const setDefaultValue: (defaultValue: any) => DataType; export declare const formatTimeWithTimezoneCorrection: (time: string | number, format?: string) => any;