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

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