import { ComboEditorTextChangedEventArgs as ComboEditorTextChangedEventArgs_internal } from "./ComboEditorTextChangedEventArgs"; export declare class IgxComboEditorTextChangedEventArgs { protected _implementation: any; /** * @hidden */ get i(): ComboEditorTextChangedEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get oldText(): string; get newText(): string; }