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