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