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