import { ThreeElements } from '@react-three/fiber'; import { VuerProps } from '../../../vuer/interfaces'; import { MoveEvent } from './interface'; export type MovableLocalProps = VuerProps void; onMoveEnd?: (event: MoveEvent) => void; showFrame?: boolean; wireframe?: boolean; }>; export declare const XrMovableLocal: ({ offset, position, quaternion, rotation, markerScale, handleSize, onMove, onMoveEnd, showFrame, wireframe, children, ...props }: MovableLocalProps) => import("react/jsx-runtime").JSX.Element;