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