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