import React from "react"; import { SphericalJoint as GameSphericalJoint } from "lingo3d"; declare const SphericalJoint: React.ForwardRefExoticComponent & { children?: React.ReactNode; } & React.RefAttributes>; export default SphericalJoint;