import { SVGProps } from 'react';

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

export { BitcoinPrivate as default };
