type ButtonSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl'; export type { ButtonSize };