import { Description } from "./Description";
import { Type } from "./type";
import { WebCellTypeDescription } from "./WebCellTypeDescription";
/**
 * @hidden
 */
export declare class WebCellTemplateContextDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private o;
    get implicit(): any;
    set implicit(a: any);
    private n;
    get additionalTemplateContext(): any;
    set additionalTemplateContext(a: any);
    private k;
    get cell(): WebCellTypeDescription;
    set cell(a: WebCellTypeDescription);
}
