export interface NotificationMessage { message: string; timeout?: number; customElementName?: string; }