import { icons } from '../../components/uikit-sdk/Svg/types'; import { ChainId } from '@ape.swap/apeswap-lists'; export declare const MAINNET_CHAINS: ChainId[]; export declare const TESTNET_CHAINS: ChainId[]; export declare const NETWORK_ICONS: Partial>; export declare const NETWORK_LABEL: Record; export declare const BLOCK_EXPLORER: Record;