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

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