class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Metalliferous ores and metal scrap 33.7%
1 16.0% Petroleum, petroleum products and related materials
Vegetables and fruits 14.0%
2 7.8% Road vehicles
Gold, non-monetary (excluding gold ores and concentrates) 13.5%
3 5.1% Cereals and cereal preparations
Non-ferrous metals 8.5%
4 5.1% Electrical machinery, apparatus and appliances, n.e.s.
Feedstuff for animals (excluding unmilled cereals) 4.0%
5 4.6% Other industrial machinery and parts
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);