import type { GroupBase, Props, PropsValue } from 'react-select'; import type { ReactElement } from 'react'; export declare function ReactSelectWrapped = GroupBase>(props: Props & { isCreatable?: boolean; value: PropsValue | undefined; }): ReactElement;