import React from 'react'; import { Props, GroupBase, SelectInstance, PropsValue } from 'react-select'; declare module 'react-select/dist/declarations/src/Select' { interface Props> { cursorPosition?: number; hideSelectedItems?: boolean; isFocused?: boolean; onSetSearchItems?: (items: PropsValue