import { ViewContainerRef } from '@angular/core'; export declare class PopupHostDirective { viewContainerRef: ViewContainerRef; constructor(viewContainerRef: ViewContainerRef); }