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

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