export declare enum GraphDirection { LEFT_TO_RIGHT = "LR", RIGHT_TO_LEFT = "RL", TOP_TO_BOTTOM = "TB", BOTTOM_TO_TOP = "BT" }