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