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