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

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