export const variantsMap = [ 'default', 'positive', 'negative', 'informative', 'cautionary', 'assertive', 'prominent', ] export type VariantType = (typeof variantsMap)[number]