Core UI types produced by the view! macro. Every declarative tag (<button>, <h1>, <p>, etc.) compiles down to an Element node, which the Bubba runtime then tranbubbas into native Android View calls.
view!
<button>
<h1>
<p>
Element