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

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