import { HtmlHTMLAttributes, ReactElement } from 'react';
import PropTypes from 'prop-types';
import { Record } from '../../features/core';
declare const FormInput: {
= Record>(props: FormInputProps): JSX.Element;
propTypes: {
classes: PropTypes.Requireable