import { AfterViewChecked, ElementRef } from '@angular/core'; import { GlComponentModalLoadingService } from './gl-component-modal-loading.service'; import * as i0 from "@angular/core"; export declare class GlComponentModalLoadingComponent implements AfterViewChecked { service: GlComponentModalLoadingService; mainLoading: ElementRef; defaultMessage: string; customLoading: boolean; loaded: boolean; constructor(service: GlComponentModalLoadingService); ngAfterViewChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }