export declare enum OrientationTypes { Bottom = "Bottom", BottomLeft = "BottomLeft", BottomRight = "BottomRight", Center = "Center", Left = "Left", Right = "Right", Top = "Top", TopLeft = "TopLeft", TopRight = "TopRight" } //# sourceMappingURL=orientation-types.enum.d.ts.map