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