import { CubeTexture } from 'three'; type Options = { path: string; }; export declare function useRGBELoader(file: string, { path }: Options): CubeTexture; export {}; //# sourceMappingURL=useRGBELoader.d.ts.map