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