import { ElementRef, OnDestroy, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class HorizontalScrollDirective implements OnDestroy { private el; private renderer; private isMouseOver; private scrollBarMode; set ncScrollBar(value: 'show' | 'hide' | 'hover'); constructor(el: ElementRef, renderer: Renderer2); ngAfterViewInit(): void; private updateScrollbarVisibility; private applyScrollbarStyles; onMouseEnter(): void; onMouseLeave(): void; onWheel(event: WheelEvent): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }