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