import { AfterViewInit, OnDestroy } from '@angular/core'; import { NgeElementService } from './nge-element.service'; import * as i0 from "@angular/core"; export declare class NgeElementDetectorDirective implements AfterViewInit, OnDestroy { private readonly elementService; private observer?; private listener?; constructor(elementService: NgeElementService); ngAfterViewInit(): Promise; ngOnDestroy(): void; private addMutationObserver; private checkElementsInNode; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }