import React from "react"; const GroupLabel = React.forwardRef< HTMLParagraphElement, React.ComponentPropsWithoutRef<"p"> >(({ className, ...props }, ref) => (

)); GroupLabel.displayName = "GroupLabel"; export { GroupLabel };