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