import { IValueType, DateNullTuple, RangeDate } from '../types'; export declare function getRangeValuesWithValueType(valueType: IValueType, format: string, value: DateNullTuple): RangeDate;