import { Currency } from "@uniswap/sdk-core"; import React from "react"; export declare const getTokenLogoURL: (address: string) => string; export default function CurrencyLogo({ currency, chainId, size, style, ...rest }: { chainId?: number; currency?: Currency; size?: string; style?: React.CSSProperties; }): JSX.Element;