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