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

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