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

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