import { OptionsNgxOwCarouselService } from 'dmmp-services'; import { OnInit, EventEmitter } from '@angular/core'; export declare class BannerFullComponent implements OnInit { private options; identifier: any; data: any; anchorCustom: EventEmitter; page: EventEmitter; configCarousel: any; bannerHeight: string; constructor(options: OptionsNgxOwCarouselService); ngOnInit(): void; hasImageOrVideo(): void; }