import { TOrbitControlsAccessors } from '../../Models'; import { TWriteable } from '@hellpig/anarchy-shared/Utils'; import { OrbitControls } from '../../../../../../node_modules/@types/three/examples/jsm/controls/OrbitControls'; export declare function getOrbitControlsAccessors(entity: TWriteable): TOrbitControlsAccessors;