export type ActionVariants = | 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info' | 'pending';