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

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