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