import { GridRowEditTextTemplateContext as GridRowEditTextTemplateContext_internal } from "./GridRowEditTextTemplateContext";
import { ContentChildrenManager } from "igniteui-react-core";
export declare class IgrGridRowEditTextTemplateContext {
    protected createImplementation(): GridRowEditTextTemplateContext_internal;
    protected _implementation: any;
    protected mounted: boolean;
    get nativeElement(): HTMLElement;
    /**
     * @hidden
     */
    get i(): GridRowEditTextTemplateContext_internal;
    protected onImplementationCreated(): void;
    protected _contentChildrenManager: ContentChildrenManager;
    constructor();
    protected _provideImplementation(i: any): void;
    get implicit(): number;
    set implicit(v: number);
    findByName(name: string): any;
    setNativeElement(element: any): void;
}
