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