interface PulsingSphereProps { radius: number; paused?: boolean; } export declare function PulsingSphere({ radius, paused }: PulsingSphereProps): import("react/jsx-runtime").JSX.Element; export {};