///
import { ButtonProps } from '../Button';
/** A help button to be passed to the FormGroup's labelHelp property. This should be wrapped or linked
* to our Popover component.
*/
export interface FormGroupLabelHelpProps extends ButtonProps {
/** Adds an accessible name for the help button. */
'aria-label': string;
/** Additional classes added to the help button. */
className?: string;
/** @hide Forwarded ref */
innerRef?: React.Ref;
}
export declare const FormGroupLabelHelp: import("react").ForwardRefExoticComponent>;
//# sourceMappingURL=FormGroupLabelHelp.d.ts.map