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

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