interface SelectProps extends React.SelectHTMLAttributes { // You can add custom props here if needed } export function Select({ className, ...props }: SelectProps) { return (