import type { Components, JSX } from "../types/components";

interface UtrechtBadgeList extends Components.UtrechtBadgeList, HTMLElement {}
export const UtrechtBadgeList: {
    prototype: UtrechtBadgeList;
    new (): UtrechtBadgeList;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
