import { TagInterface } from "../../types";
export declare const Badge: ({ tag, idx }: {
    tag: TagInterface;
    idx: number;
}) => import("react/jsx-runtime").JSX.Element;
