import { FunctionComponent } from 'react'; interface IProps { onCancel: () => void; onApply: (startRange: Date, endRange: Date) => void; fromDate: Date | null; toDate: Date | null; maxDiff?: number; } declare const DateRangePickerOverlay: FunctionComponent; export default DateRangePickerOverlay; //# sourceMappingURL=DateRangePickerOverlay.d.ts.map