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