import * as THREE from 'three'; import { ModelMaterialType } from './ModelMaterialType'; export type ModelMeshType = THREE.Mesh;