import clsx from 'clsx' import {ComponentPropsWithoutRef, forwardRef} from 'react' export const Select = forwardRef>( (props, ref) => { const {className, children, ...rest} = props return ( ) }, )