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