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