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