
import type { Component } from '../types/src/jsx';

export declare const jsx: (type: string | Component, props?: any) => any;
export declare const jsxs: (type: string | Component, props?: any) => any;
export declare const jsxDEV: (type: string | Component, props?: any) => any;
export declare const Fragment: (props: { children?: any }) => DocumentFragment;
