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

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