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

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