import type { Components, JSX } from "../types/components"; interface RuxIconCollectionsBookmark extends Components.RuxIconCollectionsBookmark, HTMLElement {} export const RuxIconCollectionsBookmark: { prototype: RuxIconCollectionsBookmark; new (): RuxIconCollectionsBookmark; };