import { FC } from 'react';
import { IconProps } from './Header-Icons';
import './Sport-Icon.css';
export declare const SportIcon: FC<IconProps>;
