import { TWithReactivePosition } from '../Models'; import { Group, Mesh, Object3D } from 'three'; export declare function withReactivePosition(entity: Mesh | Group | Object3D): TWithReactivePosition;