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

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