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