interface Props { tokenIcon?: string; chainIcon?: string; roundImage: boolean; } export declare const TokenAvatar: ({ tokenIcon, chainIcon, roundImage, }: Props) => JSX.Element; export {};