import { ReactElement, RefAttributes } from 'react'; import Select from './Select'; import { GroupBase } from './types'; import { AsyncAdditionalProps } from './useAsync'; import { StateManagerProps } from './useStateManager'; import { CreatableAdditionalProps } from './useCreatable'; export declare type AsyncCreatableProps> = StateManagerProps & CreatableAdditionalProps & AsyncAdditionalProps; declare type AsyncCreatableSelect =