import { OnInit, OnChanges, OnDestroy, EventEmitter, ElementRef } from '@angular/core'; import { TFetchStatus } from '../../constants/misc.constants'; import { EventService } from '../../services/event.service'; import * as i0 from "@angular/core"; export declare class HorizontalScrollerV2Component implements OnInit, OnChanges, OnDestroy { private eventService; loadStatus: TFetchStatus; onHover: boolean; sliderConfig: { showNavs: boolean; showDots: boolean; cerificateCardMargin: boolean; }; loadNext: EventEmitter; widgetsLength: any; defaultMaxWidgets: any; stripConfig: any; stripsResultDataMap: any; subtype: string; horizontalScrollElem: ElementRef | null; enablePrev: boolean; enableNext: boolean; activeNav: number; cardSubType: string; bottomDotsArray: any; private scrollObserver; constructor(eventService: EventService); ngOnInit(): void; ngOnChanges(): void; ngOnDestroy(): void; showPrev(): void; showNext(): void; private raiseNavigationTelemetry; private updateNavigationBtnStatus; slideTo(ele: any): void; getBottomDotsArray(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }