import { SVGProps } from 'react';

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

export { Ecash as default };
