import { SVGProps } from 'react';

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

export { Sushiswap as default };
