import { SVGProps } from 'react';

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

export { BitcoinSv as default };
