import { HelperTextProps } from './HelperText.types'; export type { HelperTextProps } from './HelperText.types'; /** * Form helper text with optional truncation; when truncated, full text is shown via title attribute. */ export declare function HelperText({ helper, error, className, minWidth, id, 'data-testid': dataTestId, }: HelperTextProps): import("react/jsx-runtime").JSX.Element | null; export declare namespace HelperText { var displayName: string; } //# sourceMappingURL=index.d.ts.map