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