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

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