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