import * as React from 'react';
import { Popover } from '@patternfly/react-core';
type FieldGroupHelpLabelIconProps = {
    content: React.ComponentProps<typeof Popover>['bodyContent'];
    onClick?: () => void;
};
declare const FieldGroupHelpLabelIcon: React.FC<FieldGroupHelpLabelIconProps>;
export default FieldGroupHelpLabelIcon;
//# sourceMappingURL=FieldGroupHelpLabelIcon.d.ts.map