import * as THREE from "three"; import { Ref } from "vue"; /** * Five Vue Hooks: 获取当前模型的包围盒 */ declare function useFiveModelBounding(): Ref; export { useFiveModelBounding };