import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as LabelPrimitive from "@radix-ui/react-label"; //#region src/react/ui/label.d.ts /** Text label associated with form controls */ declare function Label({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Label }; //# sourceMappingURL=label.d.ts.map