import { Object3D } from 'three';
import { XRHandModelOptions } from '../hand/index.js';
import { XRHandState } from '../input.js';
export declare class XRHandModel extends Object3D {
    constructor(state: XRHandState, options?: XRHandModelOptions);
}
