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

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