import type { HtmlXmlParamsNode, XmlElementGenerationConfig } from "../../types/index";
/** 将1个解析后的xml参数的节点转换为本包配置的xml-js准备转化回xml的js对象(注意table会在后面插个空段落,所以是数组) */
export declare const xmlParamsNodeToXmlElementObj: (node: HtmlXmlParamsNode, config: XmlElementGenerationConfig) => import("../../types/index").XmlNode | import("../../types/index").XmlNode[];