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

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