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

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