import { ChainType } from "@lifi/sdk"; //#region src/icons.d.ts declare const getWalletIcon: (id: string) => string | undefined; declare const getChainTypeIcon: (chainType: ChainType) => string | undefined; declare const lifiLogoUrl = "https://lifinance.github.io/types/src/assets/icons/bridges/lifi.svg"; //#endregion export { getChainTypeIcon, getWalletIcon, lifiLogoUrl }; //# sourceMappingURL=icons.d.ts.map