import { EventEmitter, OnInit } from '@angular/core'; import { OptionsNgxOwCarouselService } from 'dmmp-services'; export declare class BannerVideoImageComponent implements OnInit { private options; module: any; identifier: any; defaultClass: any; detailLayout: any; configCarousel: any; anchorCustom: EventEmitter; page: EventEmitter; videoState: any; videos: any[]; images: any[]; constructor(options: OptionsNgxOwCarouselService); ngOnInit(): void; changeSlide(movInfo: any): void; configVideosAndImages(): void; }