import type { EnergyOrbProps } from "../energy-orb/EnergyOrb"; export type GlobeVariant = "energy-orb"; export type GlobeCollectionProps = EnergyOrbProps & { variant?: "energy-orb"; }; export declare function GlobeCollection({ variant: _variant, ...props }: GlobeCollectionProps): import("react").JSX.Element; //# sourceMappingURL=GlobeCollection.d.ts.map