import * as React from "react";
import { type VariantProps } from "class-variance-authority";
declare const Label: React.ForwardRefExoticComponent<VariantProps<(props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string> & React.RefAttributes<never>>;
export { Label };
