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