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