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

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