import React from 'react'; import { FieldHelperTextProps } from '../../types'; /** * Displays a styled message. * * **NOTE**: Specialized field components contain built-in support for helper text. It's * recommended to use those instead of a standalone `FieldHelperText`. */ declare const FieldHelperText: React.ForwardRefExoticComponent>; export default FieldHelperText;