import { SVGProps } from 'react';

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

export { BitcoinCash as default };
