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