export type GuxTabsAlignment = 'left' | 'center' | 'fullWidth'; export type GuxTabsOrientation = 'vertical' | 'horizontal';