import type { ReactNode, HTMLAttributes } from 'react';
import React from 'react';
import type { BaseProps } from '@toptal/picasso-shared';
export interface Props extends BaseProps, HTMLAttributes {
/** The text of the hint */
children: ReactNode;
/** Whether the FormHint is disabled */
disabled?: boolean;
}
export declare const FormHint: React.ForwardRefExoticComponent>;
export default FormHint;
//# sourceMappingURL=FormHint.d.ts.map