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