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