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

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