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