import { NativeType } from "../../native/native-type.enum";
import RhineVarBase from "../rhine-var-base.class";
export default class RhineVarXmlText extends RhineVarBase {
    _type: NativeType.XmlText;
}
//# sourceMappingURL=rhine-var-xml-text.class.d.ts.map