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