import { SVGProps } from 'react';

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

export { Uniswap as default };
