import * as React from 'react'; import type { FieldsetLegendProps } from './FieldsetLegend.types'; /** * Renders an element that labels the fieldset. * * Demos: * * - [Fieldset](https://base-ui.netlify.app/components/react-fieldset/) * * API: * * - [FieldsetLegend API](https://base-ui.netlify.app/components/react-fieldset/#api-reference-FieldsetLegend) */ declare const FieldsetLegend: React.ForwardRefExoticComponent>; export { FieldsetLegend };