import { AfterViewInit, ViewContainerRef } from '@angular/core'; export declare class RemoveHostElementDirective implements AfterViewInit { private _vcRef; constructor(_vcRef: ViewContainerRef); ngAfterViewInit(): void; }