import { AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core'; import { RtCarouselService } from '../services/rt-carousel.service'; import * as i0 from "@angular/core"; export declare class RtCarouselContainerDirective implements OnInit, AfterViewInit, OnDestroy { private el; private renderer; private service; private cd; scrollStep: number; uuidCarousel: string; activeClass?: string; antiBounce: number; private readonly subscription; private firstDebounce; constructor(el: ElementRef, renderer: Renderer2, service: RtCarouselService, cd: ChangeDetectorRef); private _selectedTab?; set selectedTab(value: number); ngOnInit(): void; ngAfterViewInit(): void; initIndexes(): void; ngOnDestroy(): void; private createMutationObserverObservable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }