import { SVGProps } from 'react';

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

export { BitcoinPlus as default };
