import type { DynamicTargetAssetCandidate } from '../providers/FunkitCheckoutContext';
export declare const getTokenIconUrl: (symbol: string, tokens?: DynamicTargetAssetCandidate[]) => string;
