export type Color = | 'primary' | 'secondary' | 'accent' | 'neutral' | 'info' | 'success' | 'warning' | 'error' | 'none'; export type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';