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