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

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