/** * Hide notification badge in android */ declare const HideAndroidNotificationBadge: () => void; export { HideAndroidNotificationBadge as default };