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

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