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

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