import * as React from "react"; import * as LabelPrimitive from "@radix-ui/react-label"; declare const FormLabel: React.ForwardRefExoticComponent, "ref"> & { highLightError?: boolean | undefined; } & React.RefAttributes>; export default FormLabel;