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