export type UIButtonVariant = 'primary' | 'secondary' | 'destructive-primary' | 'destructive-secondary' | 'destructive-secondary-transparent' | 'blank' | 'blank-subtle' | 'blank-icon'; export type UISelectVariant = 'small' | 'regular'; export type UITooltipSize = 'small' | 'medium' | 'large'; export type UIStatus = 'information' | 'danger' | 'warning' | 'success' | 'default' | 'cluster' | 'information-light' | 'warning-light' | 'success-light' | 'default-light'; export type UISizeVariant = 'slim' | 'regular';