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

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