import { ViewRef, ViewContainerRef } from '@angular/core'; export declare class ViewDirective { private vcRef; constructor(vcRef: ViewContainerRef); view: ViewRef; OnDestroy(): void; }