import type { IToHiccup } from "@thi.ng/api";
import type { ANode } from "./anode.js";
/**
 * `IToHiccup` implementation Node2D/3D
 *
 * @param node -
 * @param ctx -
 *
 * @internal
 */
export declare const toHiccup: <T extends ANode<T> & IToHiccup>(node: T, ctx?: any) => any[] | undefined;
//# sourceMappingURL=hiccup.d.ts.map