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