import * as LabelPrimitive from '@radix-ui/react-label'; import { type VariantProps } from 'class-variance-authority'; declare const Label: import("react").ForwardRefExoticComponent, "ref"> & VariantProps<(props?: ({ variant?: "small" | "default" | "medium" | "large" | null | undefined; spacing?: "none" | "tight" | "normal" | "loose" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string> & import("react").RefAttributes>; export { Label }; //# sourceMappingURL=label.d.ts.map