declare enum BranchParentAlignment { InvalidValue = 0, Left = 1, Center = 2, Right = 3 } export default BranchParentAlignment;