class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Petroleum, petroleum products and related materials 31.8%
1 9.5% Petroleum, petroleum products and related materials
Coal, coke and briquettes 18.4%
2 7.5% Road vehicles
Coffee, tea, cocoa, spices, and manufactures thereof 6.9%
3 6.1% Medicinal and pharmaceutical products
Gold, non-monetary (excluding gold ores and concentrates) 6.8%
4 5.1% Telecommunication and sound recording apparatus
Crude animal and vegetable materials, n.e.s. 4.4%
5 4.7% Cereals and cereal preparations
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);