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

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