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