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