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