import { a as Fragment, c as PropsOf, i as JSX, l as Require, n as ComponentClass, o as MaybeReactiveProps, r as ComponentFn, s as Props, t as Children } from "../children-CB8W0ANY.mjs"; import { n as ComputedProps, r as MaybeReactive } from "../index-B1FHAd5T.mjs"; //#region src/jsx-runtime/hot.d.ts /** * `createElement` with a hot-swappable component boundary. Intrinsic elements * and non-DOM renderers fall straight through. */ declare function createHotElement(type: JSX.ElementType, allProps?: { ref?: (el: Element) => void; } & Record): JSX.Element | null; //#endregion export { type Children, ComponentClass, ComponentFn, type ComputedProps, Fragment, JSX, type MaybeReactive, type MaybeReactiveProps, type Props, type PropsOf, type Require, createHotElement as h, createHotElement as jsx, createHotElement as jsxDEV, createHotElement as jsxs };