import * as THREE from 'three';
export default function boundingBox(object3D: THREE.Object3D): THREE.Box3 | undefined;
