/** @packageDocumentation * @module Common */ /** * Enumeration for horizontal alignment. * @public * @deprecated in 4.15.0. Used internally. */ export declare enum HorizontalAlignment { Left = "left", Center = "center", Right = "right", Justify = "justify" } /** * Enumeration for vertical alignment. * @public * @deprecated in 4.15.0. Not used by AppUI. */ export declare enum VerticalAlignment { Top = 1, Middle = 2, Bottom = 3 } //# sourceMappingURL=Alignment.d.ts.map