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