export type BaseButtonVariant = 'primary' | 'secondary' | 'tertiary'; export type BaseButtonStyle = 'subtle' | 'danger';