export type Type = 'default' | 'primary' | 'success' | 'danger' | 'warning'
