import * as React from "react"; import { Label as LabelPrimitive } from "radix-ui"; declare const Label: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { Label };