export declare enum EAlignment { TOP = "top", TOP_LEFT = "top_left", TOP_RIGHT = "top_right", BOTTOM = "bottom", BOTTOM_LEFT = "bottom_left", BOTTOM_RIGHT = "bottom_right", LEFT = "left", RIGHT = "right" } //# sourceMappingURL=alignment.d.ts.map