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