import { SVGProps } from 'react';

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

export { BeanCash as default };
