import { GridRowEditActionsTemplateContext as GridRowEditActionsTemplateContext_internal } from "./GridRowEditActionsTemplateContext";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrGridRowEditActionsTemplateContext {
    protected createImplementation(): GridRowEditActionsTemplateContext_internal;
    protected _implementation: any;
    protected mounted: boolean;
    get nativeElement(): HTMLElement;
    /**
     * @hidden
     */
    get i(): GridRowEditActionsTemplateContext_internal;
    protected onImplementationCreated(): void;
    protected _contentChildrenManager: ContentChildrenManager;
    constructor();
    protected _provideImplementation(i: any): void;
    get implicit(): (commit: boolean, e: any) => void;
    set implicit(v: (commit: boolean, e: any) => void);
    findByName(name: string): any;
    setNativeElement(element: any): void;
}
