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

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