import { Subject } from "rxjs"; import * as i0 from "@angular/core"; export declare class LoadingScreenService { /** * _loading: boolean */ private _loading; /** * loadingStatus: Subject */ loadingStatus: Subject; /** * Gets the loading */ get loading(): boolean; /** * Sets the loading */ set loading(value: boolean); /** * Starts the loding */ startLoading(): void; /** * Stops the loading */ stopLoading(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }