import { Label as LabelPrimitive } from 'radix-ui';
import { ComponentProps } from 'react';
type LabelProps = ComponentProps<typeof LabelPrimitive.Root>;
export declare const Label: ({ className, ...props }: LabelProps) => import("react").JSX.Element;
export {};
