import { Tag, Network } from '@rss3/api-core'; declare function getIconURL(name: Tag | Network | string): string; export { getIconURL };