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

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