import { FunctionComponent } from 'react'; interface IProps { locale: Locale; fromDate?: Date; toDate?: Date; onDayChange: (fromDate: Date | undefined, toDate: Date | undefined) => void; maxDiff?: number; } declare const DateRangePicker: FunctionComponent; export default DateRangePicker; //# sourceMappingURL=DateRangePicker.d.ts.map