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