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