import React from 'react'; import { FieldSetProps, LegendPlacement, LegendSize } from '../../FieldSet.types'; type Props = Pick & { labelSize: LegendSize; labelPlacement: LegendPlacement; hasInlineElements: boolean; }; declare const Suffix: ({ suffix, charCount, labelPlacement, hasInlineElements, labelSize, }: Props) => React.JSX.Element; export default Suffix; //# sourceMappingURL=Suffix.d.ts.map