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