import { GroupedAsyncSelectProps } from './types'; import { ReactNode } from 'react'; export declare const GroupedAsyncSelect: ({ onChange, showSelectAll, selectAllSelected, selectOnTab, ...restProps }: GroupedAsyncSelectProps & { children?: ReactNode; }) => import("react/jsx-runtime").JSX.Element;