/** Chain logo, or the placeholder for a chain the metadata doesn't cover. */ export declare function chainIconUri(chainId: number): string; /** * The chain's name, or `undefined` when the metadata doesn't know it — callers * supply their own fallback, since not all of them have a `t` to hand. */ export declare function chainName(chainId: number): string | undefined; //# sourceMappingURL=chainDisplay.d.ts.map