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