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