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