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

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