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