import { SphereGeometry } from "three";
import Primitive from "../core/Primitive";
export declare const sphereGeometry: SphereGeometry;
export default class Sphere extends Primitive {
    static componentName: string;
    constructor();
}
