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

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