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