import type React from 'react';
import { FormHelperTextProps as MuiFormHelperTextProps } from '@mui/material';
interface FormHelperTextProps extends MuiFormHelperTextProps {
    onClick?: () => void;
}
declare const FormHelperText: React.FC<FormHelperTextProps>;
export default FormHelperText;
//# sourceMappingURL=form-helper-text.d.ts.map