import { Group } from '@antv/g-lite'; /** * @see https://github.com/mrdoob/three.js/blob/master/src/renderers/webxr/WebXRController.js */ export declare class WebXRController { private targetRay; connect(inputSource: XRInputSource): this; disconnect(inputSource: XRInputSource): this; update(inputSource: XRInputSource, frame: XRFrame, referenceSpace: XRReferenceSpace): this; getTargetRaySpace(): Group; dispatchEvent(event: { type: string; data?: any; }): this; } //# sourceMappingURL=WebXRController.d.ts.map