import { NgtComponentStore } from '@angular-three/core'; import * as i0 from "@angular/core"; interface NgtSobaProgressResult { errors: string[]; active: boolean; progress: number; item: string; loaded: number; total: number; } export declare class NgtSobaProgress extends NgtComponentStore { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export {};