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