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