import * as React from 'react'; import { DateRangeProps } from './types'; export declare const DateRange: React.FC;