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

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