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

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