import BitmovinResponse from './BitmovinResponse';
/**
 * @export
 * @class CustomXmlElement
 */
export declare class CustomXmlElement extends BitmovinResponse {
    /**
     * String representation of the XML element (required)
     * @type {string}
     * @memberof CustomXmlElement
     */
    data?: string;
    constructor(obj?: Partial<CustomXmlElement>);
}
export default CustomXmlElement;
