export declare class AssetDisplayConfig { private readonly name; private readonly symbol; private readonly color?; constructor(name: string, symbol: string, color?: string); getName(): string; getSymbol(): string; getColor(): string | undefined; } //# sourceMappingURL=AssetDisplayConfig.d.ts.map