import * as React from "react" export function Select({ children, ...props }: React.SelectHTMLAttributes) { return ( ) }