import { XmlAttributeComponent } from "../docx/xml-components"; interface IRelationshipsAttributesProperties { xmlns: string; } export class RelationshipsAttributes extends XmlAttributeComponent { protected xmlKeys = { xmlns: "xmlns", }; }