import { FC } from 'react'; import { FormHelperTextProps } from '@mui/material'; /** * Custom extension of FormHelperText component to add interactive error icon */ export declare const FormHelperText: FC;