OBJECT
Style configuration specific to elements
type LayoutBuilderElementStyle {# Text alignment (left, center, right, justify)textAlign: String # Flex direction for internal component layout (row, column)flexDirection: String }