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