import { OnInit, EventEmitter } from '@angular/core'; import { OptionsNgxOwCarouselService } from 'dmmp-services'; import { CarouselComponent } from 'ngx-owl-carousel-o'; export declare class BannerContentMobileComponent implements OnInit { private options; module: any; configCarousel: any; anchorCustom: EventEmitter; page: EventEmitter; totalSlides: number; currentSlide: number; carrousel: CarouselComponent; externContent: any[]; constructor(options: OptionsNgxOwCarouselService); ngOnInit(): void; changeCarousel(event: any): void; }