import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SCScrollToEndDirective { scScrollToEnd: EventEmitter; /** * Trigger event before x pixel */ triggerBefore: number; throttleTime: number; handler: import("lodash").DebouncedFunc<(event: any) => void>; onScroll(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }