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

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