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