interface ITreeNode extends Manifesto.ITreeNode {
    multiSelectionEnabled: boolean;
    multiSelected: boolean;
}

export = ITreeNode;