import { OnInit } from '@angular/core'; import { NgbCarouselConfig } from '@ng-bootstrap/ng-bootstrap'; import * as i0 from "@angular/core"; export declare class VssuiteCarousel implements OnInit { vsCarouselList: any; vsNoImage: any; vsImageUrl: any; showArrows: boolean; constructor(config: NgbCarouselConfig); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }