export declare class WordProcessingMLValue {
    readonly openXmlValue: string;
    readonly wordMLValue: string;
    constructor(openXmlValue: string, wordMLValue?: string);
    private convertToWordML;
}
