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