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