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