/// <reference types="react" />
declare const Cash: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Cash;
