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