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