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