interface PlasmaGlobeProps {
    speed?: number;
    intensity?: number;
}
export default function PlasmaGlobe({ speed, intensity, }: PlasmaGlobeProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=plasma-globe.d.ts.map