import * as React from 'react'; import { IFormHelperTextProps } from './FormHelperText.props'; export { IFormHelperTextProps } from './FormHelperText.props'; export declare const FormHelperText: React.ForwardRefExoticComponent & React.RefAttributes>; export default FormHelperText;