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