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