/// import { BaseProps } from '../types'; export default function BallPulseRound({ color, loading }: BaseProps): JSX.Element | null;