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