export declare type DateRangeModel = { from: Date; to: Date; };