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