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

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