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