export type Status = 'success' | 'warning' | 'error' | 'info' | 'neutral'; export type OnlineStatus = 'online' | 'offline' | 'away' | 'busy' | 'connecting';