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