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