import { ReactElement, RefAttributes } from 'react'; import { GroupBase } from './types'; import Select from './Select'; import type { StateManagerProps } from './useStateManager'; export type { StateManagerProps }; declare type StateManagedSelect =