import { Attributes } from '../openxml/Attributes'; import { XMLNode } from '../util/xml'; /** * 解析子节点的属性 */ export declare function parseChildrenAttributes(node: XMLNode | null, attributes: Attributes, fillDefault?: boolean): any;