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

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