/// import { SelectProps } from './types'; declare const Select: { (props: SelectProps): JSX.Element; defaultProps: { useMenu: boolean; closeOnSelect: boolean; multipleMode: string; }; }; export default Select;