import { Object3D } from 'three'; declare function EditorTransformControls({ selected3dObject, }: { selected3dObject: Object3D; }): import("react/jsx-runtime").JSX.Element; export { EditorTransformControls };