class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Petroleum, petroleum products and related materials 77.6%
1 27.9% Petroleum, petroleum products and related materials
Gas, natural and manufactured 11.3%
2 6.3% Road vehicles
Fertilizers other than group 272 1.7%
3 4.4% Textile yarn and related products
Coffee, tea, cocoa, spices, and manufactures thereof 1.5%
4 4.0% Other industrial machinery and parts
Metalliferous ores and metal scrap 1.3%
5 3.8% Electrical machinery, apparatus and appliances, n.e.s.
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);