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