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

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