class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Metalliferous ores and metal scrap 32.2%
1 15.1% Road vehicles
Coal, coke and briquettes 21.0%
2 14.6% Petroleum, petroleum products and related materials
Gold, non-monetary (excluding gold ores and concentrates) 7.0%
3 5.5% Electrical machinery, apparatus and appliances, n.e.s.
Gas, natural and manufactured 5.7%
4 5.1% Other industrial machinery and parts
Cereals and cereal preparations 4.0%
5 4.8% Telecommunication and sound recording apparatus
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);