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