import { SVGProps } from 'react';

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

export { Bitcoinz as default };
