export type ButtonGroupGap = 'small' | 'medium' | 'large'; export type ButtonGroupOrientation = 'horizontal' | 'vertical';