import { OnInit } from '@angular/core'; export declare class MyLoadingComponent implements OnInit { ngOnInit(): void; }