import { SVGProps } from 'react';

declare const AllSports: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { AllSports as default };
