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