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