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

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