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