import { Type } from "igniteui-webcomponents-core";
/**
 * Indicates what type of operation is taking place when the selected row, value, or text in the combo box changes.
 */
export declare enum MultiColumnComboBoxSelectedItemChangeType {
    Value = 0,
    Text = 1,
    Row = 2
}
/**
 * @hidden
 */
export declare let MultiColumnComboBoxSelectedItemChangeType_$type: Type;
