import { SVGProps } from 'react';

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

export { Blackcoin as default };
