export declare enum SGraphLayoutType { Vertical = 0, Horizontal = 1, Left = 2, Right = 3, Top = 4, Bottom = 5, Center = 6, Middle = 7 }