import { EventArgs, Type } from "igniteui-angular-core"; /** * @hidden */ export declare class ComboEditorValueChangedEventArgs extends EventArgs { static $t: Type; private d; private b; constructor(a: any, b: any); get oldValue(): any; get newValue(): any; }