import type { JSXNode } from '.'; export declare function jsxDEV(tag: string | Function, props: Record): JSXNode;