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