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>; export { Label }; //# sourceMappingURL=label.d.ts.map