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