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