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