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