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