import { TemplateRef, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgVarDirective {
    protected vcRef: ViewContainerRef;
    protected templateRef: TemplateRef<any>;
    /** Context */
    context: any;
    set ngVar(context: any);
    /** Update view */
    private updateView;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgVarDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NgVarDirective, "[ngVar]", never, { "ngVar": { "alias": "ngVar"; "required": false; }; }, {}, never, never, false, never>;
}
