import { THREE } from "@x-viewer/core"; export declare const AxisX: THREE.Vector3; export declare const AxisY: THREE.Vector3; export declare const AxisZ: THREE.Vector3; export declare enum ActionType { None = "", TranslateX = "TranslateX", TranslateY = "TranslateY", TranslateZ = "TranslateZ", RotateX = "RotateX", RotateY = "RotateY", RotateZ = "RotateZ" }