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