export type CardType = 'error' | 'success' | 'warning' | 'default';