export declare type DateRange = [TDate | null, TDate | null]; export declare type NonEmptyDateRange = [TDate, TDate]; export declare type RangePosition = 'start' | 'end';