import type { NotificationBadgeProps } from './index.js'; declare const NotificationBadge: import("svelte").Component; type NotificationBadge = ReturnType; export default NotificationBadge;