export type ButtonVariant = 'primary' | 'secondary' | 'ghost' | 'info' | 'success' | 'warning' | 'danger'; export type ButtonSize = 'xs' | 'sm' | 'md' | 'lg';