import React from 'react'; import { DateRangePickerProps } from './types'; export declare const DateRangePicker: React.FC;