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