import UrdfTypes from "./UrdfTypes.js"; declare class UrdfSphere { type: UrdfTypes; radius: number; constructor({ xml }: { xml: Element; }); } export default UrdfSphere; //# sourceMappingURL=UrdfSphere.d.ts.map