import { SVGProps } from 'react';

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

export { Bitcore as default };
