import { VariantProps } from 'class-variance-authority';
import * as LabelPrimitive from "@radix-ui/react-label";
declare const labelVariants: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string;
export interface LabelProps extends React.ComponentPropsWithoutRef<typeof LabelPrimitive.Root>, VariantProps<typeof labelVariants> {
}
export declare const Label: ({ className, ...props }: LabelProps) => import("react/jsx-runtime").JSX.Element;
export {};
