import { OnInit } from '@angular/core'; import { OptionsNgxOwCarouselService } from 'dmmp-services'; export declare class BannerComponent implements OnInit { private options; identifier: any; data: any; configCarousel: any; content: any[]; constructor(options: OptionsNgxOwCarouselService); ngOnInit(): void; }