import { default as React } from 'react'; import { GroupBase, Props as RSProps, StylesConfig } from 'react-select'; type ValueType = any; export interface SelectProps