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

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