export type ButtonBaseVariant = 'primary' | 'secondary' | string; export type ButtonBaseAppearance = 'fill' | 'outline' | 'ghost' | 'transparent' | string;