/** * Display metadata per canonical network icon kind. */ import type { NetworkIconKind, NetworkIconMeta } from './types'; export declare const NETWORK_KIND_META: Record>; /** Resolve any type string to a canonical icon kind. */