import { SVGProps } from 'react';

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

export { Ravencoin as default };
