import { cn } from '@/lib/utils'; import type { OptionHTMLAttributes, SelectHTMLAttributes } from 'react'; export interface StyledSelectProps extends SelectHTMLAttributes {} export const StyledSelect = function StyledSelect({ className, ...restProps }: StyledSelectProps) { return (