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

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