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