import { SVGProps } from 'react';

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

export { Smartcash as default };
