import { SVGProps } from 'react';

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

export { Wanchain as default };
