import React from "react"; import { CoinProps } from "./types"; export declare const getTokenImageUrl: (tokenName: string) => any; declare const Coin: React.FC; export default Coin;