import type { HtmlXmlParamsTextNode, XmlElementGenerationConfig, XmlNode } from "../../../types/index"; /**生成xml文本节点(w:r) */ export declare const textXmlParamsNodeToXmlElementObj: (textNode: HtmlXmlParamsTextNode, config?: XmlElementGenerationConfig) => XmlNode;