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