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