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

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