import React from 'react';
import { FieldSetProps, LegendSize } from '../../FieldSet.types';
type Props = Pick<FieldSetProps, 'infoContent' | 'infoTooltipProps' | 'required'> & {
    labelSize: LegendSize;
};
declare const InfoContentIcon: ({ infoContent, infoTooltipProps, required, labelSize, }: Props) => React.JSX.Element | null;
export default InfoContentIcon;
//# sourceMappingURL=InfoContentIcon.d.ts.map