/// import { SelectProps } from "./typings/Select"; declare function Select(props: SelectProps): JSX.Element; export default Select;