import { OnInit, OnChanges, SimpleChanges, OnDestroy } from '@angular/core'; import { LoaderService } from './loader.service'; import * as i0 from "@angular/core"; export declare class LoadingComponent implements OnInit, OnChanges, OnDestroy { private loaderService; isShow: boolean; zIndexStyle: any; private subscription; private timeout; constructor(loaderService: LoaderService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; private setzIndex; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }