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

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