import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core'; import { RtCarouselService } from '../services/rt-carousel.service'; import * as i0 from "@angular/core"; export declare class RtCarouselTabDirective implements OnInit, OnDestroy { private el; private renderer; private service; uuidCarousel: string; private readonly subscription; constructor(el: ElementRef, renderer: Renderer2, service: RtCarouselService); private _disabledTab?; get disabledTab(): boolean; set disabledTab(value: boolean); onClick(): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }