import { ElementRef, OnInit } from '@angular/core'; export declare class RemoveHostDirective implements OnInit { private _element; constructor(_element: ElementRef); ngOnInit(): void; }