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

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