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

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