import type { PolymorphicForwardRefComponent } from '../../utils/index.js';
type ComboBoxEndIconProps = {
    disabled?: boolean;
    isOpen?: boolean;
};
export declare const ComboBoxEndIcon: PolymorphicForwardRefComponent<"span", ComboBoxEndIconProps>;
export {};
