/**
 *
 * @param {THREE.Object3D} root
 * @returns {EntityNode}
 */
export function three_object_to_entity_composition(root: THREE.Object3D): EntityNode;
import { EntityNode } from "../../../ecs/parent/EntityNode.js";
//# sourceMappingURL=three_object_to_entity_composition.d.ts.map