import { ComponentType, ReactNode } from "react";
import { Tiwi } from "./types.js";
type JSXFunction = (type: ComponentType, props: Record<string, any> | undefined | null) => ReactNode;
export declare function buildTiwi(createElement: JSXFunction): Tiwi;
export {};
