export interface BadgeProps { badge?: string; state?: string; } declare const NotificationBadge: ({ badge, state, }: BadgeProps) => import("react/jsx-runtime").JSX.Element; export default NotificationBadge;