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