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