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

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