import React from 'react';
import { InputHelperTextProps } from './types';
export declare const InputHelperText: React.MemoExoticComponent<({ text, show, type, position, className, style, ariaLabel, icon, animation, onClick, testId, inputId, maxLength, truncate, link, linkText, isDisabled, isRequired, }: InputHelperTextProps) => React.JSX.Element>;
