import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef } from '@angular/core'; import { TFetchStatus } from '../../constants/misc.constants'; import * as i0 from "@angular/core"; export declare class HorizontalScrollerComponent implements OnInit, OnChanges, OnDestroy { loadStatus: TFetchStatus; onHover: boolean; loadNext: EventEmitter; horizontalScrollElem: ElementRef | null; enablePrev: boolean; enableNext: boolean; private scrollObserver; constructor(); ngOnInit(): void; ngOnChanges(): void; ngOnDestroy(): void; showPrev(): void; showNext(): void; private updateNavigationBtnStatus; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }