import type { InputContainerProps, PolymorphicForwardRefComponent } from '../../utils/index.js';
type ComboBoxInputContainerProps = Pick<InputContainerProps, 'status' | 'message' | 'disabled'>;
export declare const ComboBoxInputContainer: PolymorphicForwardRefComponent<"div", ComboBoxInputContainerProps>;
export {};
