import React from 'react'; import { FormHelperTextProps } from '@material-ui/core/FormHelperText'; declare const MyFormHelperText: React.FC; export default MyFormHelperText;