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

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