import React from 'react'; import { FieldProps } from './form-field'; declare const DateField: React.FC; export default DateField;