import { Base, Type } from "igniteui-react-core";
import { WCNativeHelper } from "igniteui-react";
import { PivotValue } from "./PivotValue";
/**
 * @hidden
 */
export declare class PivotGridValueTemplateContext extends Base {
    static $t: Type;
    private b;
    protected get c(): WCNativeHelper;
    private d;
    protected get nativeElement(): any;
    protected set nativeElement(a: any);
    setNativeElement(a: any): void;
    get a(): PivotValue;
    set a(a: PivotValue);
}
