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