import * as React from "react"; import * as LabelPrimitive from "@radix-ui/react-label"; export type LabelProps = React.ComponentPropsWithoutRef; export declare const Label: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; //# sourceMappingURL=label.d.ts.map