// @flow strict export type GroupAlign = 'vertical' | 'horizontal-fixed' | 'horizontal-fluid';