import * as LabelPrimitive from "@radix-ui/react-label"; import { type VariantProps } from "class-variance-authority"; import * as React from "react"; export type LabelProps = React.ComponentProps; declare const Label: React.ForwardRefExoticComponent & VariantProps<(props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string>, "ref"> & React.RefAttributes>; export { Label };