import type { Components, JSX } from "../types/components"; interface RuxIconSubdirectoryArrowRight extends Components.RuxIconSubdirectoryArrowRight, HTMLElement {} export const RuxIconSubdirectoryArrowRight: { prototype: RuxIconSubdirectoryArrowRight; new (): RuxIconSubdirectoryArrowRight; };