import * as React from 'react'; export interface DatePickerProps { } declare const DatePicker: React.FC; export default DatePicker;