/** * The different types of notifications. * * @public */ export declare enum ENotificationType { RECOMMENDATION = "recommendation_icon", INFORMATION = "bird_icon", LIVE = "live_icon", ALERT = "bell_icon" }