import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ScrollDirective { private el; askScrollThreshold: number; scrollEnd: EventEmitter; constructor(el: ElementRef); onScroll(event: Event): void; private isScrollAtEnd; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }