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

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