import { SVGProps } from "react";
declare const SvgCash: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgCash;
