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

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