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