export default class Xml { __name: any; __namespace: any; __prefix: any; __attribute: any; __wrapped: any; constructor(obj: any); name(name: any): this; namespace(namespace: any): this; prefix(prefix: any): this; attribute(attribute: any): this; wrapped(wrapped: any): this; getName(): any; setName(name: any): void; getNamespace(): any; setNamespace(namespace: any): void; getPrefix(): any; setPrefix(prefix: any): void; getAttribute(): any; setAttribute(attribute: any): void; getWrapped(): any; setWrapped(wrapped: any): void; }