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