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