import { SVGProps } from 'react';

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

export { Syscoin as default };
