JSX
The generated section below is sourced from runtime/types/jsx.d.ts.
ts
declare namespace JSX {
type Element = NativeView;
type IntrinsicElements = never;
}