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