import * as React from "react"; import { type VariantProps } from "class-variance-authority"; export declare const Label: React.ForwardRefExoticComponent, HTMLLabelElement>, "ref">, "slot"> & VariantProps<(props?: import("class-variance-authority/types").ClassProp | undefined) => string> & { asChild?: boolean; /** * react-aria's slot channel, DEFAULTED OFF. * * A `Label` rendered inside a react-aria collection (a `RadioGroup`, say) is otherwise * claimed by that collection as the GROUP's label: it comes out as a ``, the `htmlFor` * this library passed is dropped on the floor, and the control it was meant to name ends up * with no accessible name at all — a silent failure, measured on `Radio.Group` the moment * that group moved to react-aria. `