import { ComboEditorLostFocusEventArgs as ComboEditorLostFocusEventArgs_internal } from "./ComboEditorLostFocusEventArgs"; export declare class IgxComboEditorLostFocusEventArgs { protected createImplementation(): ComboEditorLostFocusEventArgs_internal; protected _implementation: any; /** * @hidden */ get i(): ComboEditorLostFocusEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; }