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

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