import { VariantProps } from 'class-variance-authority'; import { ComponentPropsWithoutRef, ElementRef } from 'react'; import * as LabelPrimitive from '@radix-ui/react-label'; declare const labelVariants: (props?: import('class-variance-authority/types').ClassProp | undefined) => string; declare function Label({ ref, className, ...props }: ComponentPropsWithoutRef & VariantProps & { ref?: React.Ref>; }): import("react/jsx-runtime").JSX.Element; declare namespace Label { var displayName: string | undefined; } export { Label }; //# sourceMappingURL=label.d.ts.map