import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CustomScrollDirective { private eleRef; disableLeftBtn: boolean; disableRightBtn: boolean; left: number; offSetWidth: number; scrollWidth: number; constructor(eleRef: ElementRef); onScrollEvent(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }