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