// deno-lint-ignore no-namespace export namespace JSX { export type IntrinsicElements = { [key: string]: unknown }; }