import * as React from "react"; import { type LabelElProps } from "../html/index.js"; export type LabelProps = LabelElProps; declare const Label: React.ForwardRefExoticComponent & import("class-variance-authority").VariantProps<(props?: ({ variant?: "default" | "description" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string> & React.RefAttributes>; declare const Description: React.ForwardRefExoticComponent & import("class-variance-authority").VariantProps<(props?: ({ variant?: "default" | "description" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string> & React.RefAttributes>; export { Label, Description }; export * from "./variants.js"; //# sourceMappingURL=index.d.ts.map