export const buttonColors = [ 'default', 'primary', 'secondary', 'destructive', ] as const; export const buttonVariants = ['filled', 'outlined', 'ghost'] as const;