import { NgtComponentStore } from '@angular-three/core'; import { AfterViewInit, ElementRef, NgZone } from '@angular/core'; import { Observable } from 'rxjs'; import { NgtSobaProgress } from '../progress/progress'; import * as i0 from "@angular/core"; interface NgtSobaLoaderState { shown: boolean; loaderConfig: { containerClass?: string; innerContainerClass?: string; barClass?: string; dataClass?: string; dataInterpolation?: (value: number) => string; }; } export declare class NgtSobaLoader extends NgtComponentStore implements AfterViewInit { private sobaProgress; private zone; readonly vm$: Observable<{ shown: boolean; containerClass: string | undefined; innerContainerClass: string | undefined; dataClass: string | undefined; barClass: string | undefined; active: boolean; progress: number; }>; private initShown$; private progress$; progressSpan?: ElementRef; private _progress; constructor(sobaProgress: NgtSobaProgress, zone: NgZone); ngAfterViewInit(): void; private readonly setShown; private readonly setProgress; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class NgtSobaLoaderModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export {};