import { forwardRef } from 'react'; import * as SelectPrimitive from '@radix-ui/react-select'; import { cn } from '#utils'; export const SelectLabel = forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(function SelectLabel({ className, ...props }, ref) { return ; });