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

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