import React from 'react'; import { Option, SelectProps } from './Select'; interface SelectState { isFocused: boolean; inputValue: string; itemHeight: number; selection: Array