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