import { NgtLoader, NgtStore } from '@angular-three/core'; import { Observable } from 'rxjs'; import * as THREE from 'three'; import * as i0 from "@angular/core"; export declare const IsObject: (url: any) => url is Record; export declare class NgtTextureLoader { private store; private loader; constructor(store: NgtStore, loader: NgtLoader); load>(input: TInput): Observable : THREE.Texture>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }