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

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