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