import { Mesh } from 'three';
export declare class XRMeshModel extends Mesh {
    constructor(mesh: XRMesh);
}
