import * as THREE from 'three';
export declare function useRhinoLoader(url: string, libraryPath?: string): {
    nodes: THREE.Object3D<THREE.Object3DEventMap>[];
};
