declare type DateRange = [Date, Date];
export declare type ValueType = string | Date | null | number | DateRange;
export {};
