import type { HtmlXmlParamsTableNode, XmlElementGenerationConfig, XmlNode } from "../../../types/index"; /** 解析并转换后的表格的xml参数节点转换为xml的js对象 */ export declare const tableXmlParamsNodeToXmlElementObj: (tableNode: HtmlXmlParamsTableNode, config?: XmlElementGenerationConfig) => XmlNode[];