import { SVGProps } from 'react';

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

export { BitcoinDiamond as default };
