import { SVGProps } from 'react';

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

export { Snowswap as default };
