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