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