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

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