import { forwardRef, SVGProps } from 'react'; export interface SingleSelectProps extends Omit, 'css'> {} export const SingleSelect = forwardRef((props, ref) => ( )); SingleSelect.displayName = 'SingleSelect';