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

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