import { SVGProps } from 'react';

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

export { Zcash as default };
