import { AfterViewInit, EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; export declare class CarouselComponent implements OnInit, AfterViewInit, OnDestroy { private _ActivatedRoute; show: boolean; replicationElementId: string; title: string; onLeaveHistoryBack: boolean; onClose: EventEmitter; myId: string; constructor(_ActivatedRoute: ActivatedRoute); ngOnInit(): void; goBack(): void; onBack(): void; ngAfterViewInit(): void; ngOnDestroy(): void; }