import * as THREE from "three"; import { PBMPointCloudMaterial } from '../materials/pbmPointCloudMaterial'; /** PBM 对象 */ declare class PBMPointCloud extends THREE.Points { constructor(geometry: THREE.BufferGeometry, materials: PBMPointCloudMaterial); } export { PBMPointCloud };