import { OnInit } from '@angular/core'; export declare class WebsiteCourseDetailedTabsComponent implements OnInit { identifier: any; module: any; data: any; contentItemListCount: number; constructor(); ngOnInit(): void; showMore(): void; }