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