import { EventEmitter, OnInit } from '@angular/core'; import { CarouselComponent } from 'ngx-owl-carousel-o'; import { DateFormatService, OptionsNgxOwCarouselService } from 'dmmp-services'; export declare class WebsiteCarouselArticlesFeaturedComponent implements OnInit { private options; dateFormat: DateFormatService; identifier: any; data: any; module: any; page: EventEmitter; carrousel: CarouselComponent; currentPage: number; configBenefits: any; cantSlides: any; constructor(options: OptionsNgxOwCarouselService, dateFormat: DateFormatService); ngOnInit(): void; newPageEvent(newPage: any): void; changeOwl(event: any): void; }