import h from "solid-js/h";
export type { JSX } from "./jsx";
import type { JSX } from "./jsx";
declare function Fragment(props: {
    children: JSX.Element;
}): JSX.Element;
export { h as jsx, h as jsxs, h as jsxDEV, Fragment };
