import { ElementRef, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class VisibilityDirective implements OnInit, OnDestroy { private readonly elementRef; private intersectionObserver; rivVisibility: EventEmitter; constructor(elementRef: ElementRef, zone: NgZone); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }