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

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