import { IconProps } from '../lib';
declare function SoccerBall(props: IconProps): JSX.Element;
export default SoccerBall;
