import { ChangeDetectorRef, OnInit } from '@angular/core'; import { OptionsNgxOwCarouselService } from 'dmmp-services'; import { CarouselComponent } from 'ngx-owl-carousel-o'; export declare class WebsiteCourseCampusComponent implements OnInit { private options; private cdRef; module: any; identifier: any; detailLayout: any; carousel: CarouselComponent; configCarousel: any; currentPage: number; totalPages: any; constructor(options: OptionsNgxOwCarouselService, cdRef: ChangeDetectorRef); ngOnInit(): void; newPageEvent(newPage: any): void; nextPage(): void; previousPage(): void; changeOwl(event: any): void; }