import React from "react";
import { Sphere as GameSphere } from "lingo3d";
declare const Sphere: React.ForwardRefExoticComponent<Partial<import("lingo3d/lib/interface/IPrimitive").default> & {
    children?: React.ReactNode;
} & React.RefAttributes<GameSphere>>;
export default Sphere;
