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