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

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