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