import { SVGProps } from 'react';

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

export { AxieInfinity as default };
