import { AfterViewInit, ElementRef, InjectionToken, OnDestroy } from '@angular/core'; import { Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare const ON_SCROLL_TOKEN: InjectionToken; export declare class NggOnScrollDirective implements AfterViewInit, OnDestroy { private elementRef; onScroll$: Subject; destroy$: Subject; constructor(elementRef: ElementRef); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }