import { FC } from "react";
import { SphereProps } from "./Sphere.types";
export declare const Sphere: FC<SphereProps>;
