import { OnInit } from '@angular/core'; export declare class NecMoocInfoComponent implements OnInit { moreInfoData: any[]; constructor(); ngOnInit(): void; }