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