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