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