import '../types'; import './types'; export { Fragment } from '../components/fragment'; import type { Child, Component, Element } from '../types'; import { CloneableType } from '../methods/wrap_clone_element'; export declare const unwrapJsx:

(props: P) => P; export declare const isJsx:

(props: P) => boolean; export declare function jsx

(component: Component

, props?: P, ...children: Child[]): Element; export declare function jsx

(component: Component

, props?: P, key?: string): Element; export declare const jsxDEV:

(component: Component

, props: P | null, key: string, isStatic: boolean, source: { fileName: string; lineNumber: number; columnNumber: number; }, self: any) => Element; export declare const getMeta: (target: Element) => CloneableType; export declare const jsxs: typeof jsx; //# sourceMappingURL=runtime.d.ts.map