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