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