import { type OrbitalSphereOptions } from "./orbitalSphereRenderer"; export type OrbitalSphereBackgroundProps = Partial & { className?: string; }; export declare function OrbitalSphereBackground({ className, ...props }: OrbitalSphereBackgroundProps): import("react").JSX.Element; //# sourceMappingURL=OrbitalSphereBackground.d.ts.map