import { OnInit } from '@angular/core'; export declare class NecMoocTestComponent implements OnInit { urls: string[]; state: number; constructor(); ngOnInit(): void; }