import { ElementRef, EventEmitter, OnDestroy } from '@angular/core';
export declare class IntersectionObserverDirective implements OnDestroy {
private el;
ngxChatIntersectionObserver: EventEmitter<any>;
private intersectionObserver;
constructor(el: ElementRef);
ngOnDestroy(): void;
}