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