import { ElementRef, EventEmitter, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EcabsDomObserverDirective implements OnDestroy { private readonly elementRef; readonly domChange: EventEmitter; changes: MutationObserver; constructor(elementRef: ElementRef); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }