class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Petroleum, petroleum products and related materials 40.6%
1 14.3% Gold, non-monetary (excluding gold ores and concentrates)
Gold, non-monetary (excluding gold ores and concentrates) 11.3%
2 9.2% Telecommunication and sound recording apparatus
Telecommunication and sound recording apparatus 5.5%
3 7.4% Petroleum, petroleum products and related materials
Non metallic mineral manufactures, n.e.s. 5.1%
4 7.1% Road vehicles
Non-ferrous metals 3.7%
5 5.8% Non metallic mineral manufactures, n.e.s.
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);