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

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