import { SVGProps } from 'react';

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

export { Arbitrum as default };
