import { OnInit } from '@angular/core'; export declare class CarouselComponent implements OnInit { current: any; images: any; constructor(); ngOnInit(): void; next(): void; prev(): void; loadingCompleted(): void; private changeImage(index); private checkImageLengthForNavigation(); }