import { SVGProps } from 'react';

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

export { Skycoin as default };
