import { SVGProps } from 'react';

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

export { Optimism as default };
