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