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