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