import { SVGProps } from 'react';

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

export { Hypercash as default };
