import React from 'react';
import { UndrawSVGProps } from '../types';
declare const Basketball: React.FC<UndrawSVGProps>;
export default Basketball;
