export declare const getIconSrcFromChain: (chainId: number) => any; export declare const getChainName: (chainId: number) => "Ethereum" | "Optimism" | "Arbitrum" | "Polygon";