export declare class DecisionTreeWithCaptions {
    decisionTree: Element;
    captions: Element;
    constructor(decisionTree: Element, captions: Element);
    static fromElement(decisionTreeElement: Element): DecisionTreeWithCaptions;
}
//# sourceMappingURL=decision-tree-with-captions.d.ts.map