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

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