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