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