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

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