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

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