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

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