import type FluxelType from "../index.js";
import type { FluxelJSXElement } from "../type.js";
export default function hFactory(Fluxel: typeof FluxelType): (type: string | ((props: any) => any), props: Record<string, any> | null, ...children: any[]) => FluxelJSXElement;
