import React from 'react'; import { LegendSize } from '../../FieldSet.types'; declare const Asterisk: ({ labelSize }: { labelSize: LegendSize; }) => React.JSX.Element; export default Asterisk; //# sourceMappingURL=Asterisk.d.ts.map