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