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

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