import { Fragment, jsx, jsxs } from "react/jsx-runtime";
import { JSX as JSX$1 } from "react";
//#region src/jsx-runtime.d.ts
declare namespace JSX {
  type Element = JSX$1.Element;
  type ElementType = JSX$1.ElementType;
  type ElementClass = JSX$1.ElementClass;
  type ElementAttributesProperty = JSX$1.ElementAttributesProperty;
  type ElementChildrenAttribute = JSX$1.ElementChildrenAttribute;
  type IntrinsicAttributes = JSX$1.IntrinsicAttributes;
  type IntrinsicClassAttributes<T> = JSX$1.IntrinsicClassAttributes<T>;
  interface IntrinsicElements extends UI.Elements {}
}
//#endregion
export { Fragment, JSX, jsx, jsxs };