import { Field as FieldPrimitive } from '@base-ui/react/field'; import { type LabelProps } from '../label'; export type FieldLabelProps = FieldPrimitive.Label.Props & LabelProps; export declare function FieldLabel({ ref, required, optionalText, children, ...props }: FieldLabelProps): import("react/jsx-runtime").JSX.Element; export declare function FieldControl({ className, ref, ...props }: FieldPrimitive.Control.Props): import("react/jsx-runtime").JSX.Element; export declare function FieldError({ className, ref, ...props }: FieldPrimitive.Error.Props): import("react/jsx-runtime").JSX.Element; export declare function FieldDescription({ className, ref, ...props }: FieldPrimitive.Description.Props): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=field-misc.d.ts.map