import { type VNode } from "./jsx-runtime.js"; import type UI5Element from "./UI5Element.js"; export declare function Fragment(props: Record, context?: any): import("./thirdparty/preact/preact.module.js").ComponentChildren; export declare function jsxDEV(type: string | typeof UI5Element, props: Record, key: string): VNode;