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