/// declare namespace BalProps { type BalNotificationColor = 'primary' | 'info' | 'success' | 'warning' | 'danger' | ''; }