import * as THREE from 'three'; export type ModelMaterialType = THREE.MeshPhongMaterial | THREE.MeshPhysicalMaterial;