import { ReadTextValueAsXml } from '@knora/api';
export declare class TextValueAsXmlComponent {
    valueObject: ReadTextValueAsXml;
    private _xmlValueObj;
    constructor();
}
