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

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