import type { XRJointSpace } from 'three';
import type { HandJoints } from '../lib/handJoints';
/**
 * Provides a reference to a requested hand joint, once available.
 */
export declare const useHandJoint: (handedness: "left" | "right", joint: HandJoints) => import("@threlte/core").CurrentWritable<XRJointSpace | undefined>;
