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