import * as React from 'react'; import type { FieldLabelProps } from './FieldLabel.types'; /** * A label for the field's control. * * Demos: * * - [Field](https://base-ui.netlify.app/components/react-field/) * * API: * * - [FieldLabel API](https://base-ui.netlify.app/components/react-field/#api-reference-FieldLabel) */ declare const FieldLabel: React.ForwardRefExoticComponent>; export { FieldLabel };