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

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