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