import type { ComponentProps } from '../../types'; import React from 'react'; interface EnergtSphereProps extends ComponentProps { speed?: string; color?: string; delay?: string; } declare const EnergtSphereLoading: React.FC; export default EnergtSphereLoading;