/// <reference types="react" />
import type { Props } from "./types";
declare const NotificationBadge: ({ type, children, icon, ariaLabel, dataTest, id }: Props) => JSX.Element;
export default NotificationBadge;
