export declare abstract class XmlStringPropertyTrait { private _xmlString; setXmlString(xmlString: string): void; getXmlString(): string; }