import * as i0 from "@angular/core"; export declare class GlComponentModalLoadingService { private _defaultMessage; defaultMessage: string; _loadingStatus: string; _showLoading: boolean; _mainLoading: HTMLDivElement; constructor(); checkElement(): Promise; setup(mainLoading: HTMLDivElement): void; hide(): void; show(status?: string): void; status(message: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }