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

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