///
import { InputProps } from '@material-ui/core/Input';
import { ValidableFieldProps } from '../helpers';
export declare type ValidableInputProps = ValidableFieldProps;
/**
* An input field which can be validated.
*/
declare const ValidableInput: import("react").FunctionComponent>;
export default ValidableInput;