import { IIconProps } from '@icon-park/svg/lib/runtime';
declare const Baseball: (props: IIconProps) => JSX.Element;
export default Baseball;
