import * as React from 'react';
import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
type ComboBoxMultipleContainerProps = {
    selectedItems?: React.ReactNode[];
};
export declare const ComboBoxMultipleContainer: PolymorphicForwardRefComponent<"div", ComboBoxMultipleContainerProps>;
export {};
