import { OnInit } from '@angular/core'; export declare class SubcontentComponent implements OnInit { module: any; identifier: any; subcontentInfo: any; constructor(); ngOnInit(): void; }