import { type Object3D } from 'three';
import type { XRControllerGamepadState } from './gamepad.js';
import type { XRControllerLayout } from './layout.js';
export declare function createUpdateXRControllerVisuals(model: Object3D, layout: XRControllerLayout, gamepadState: XRControllerGamepadState): () => void;
