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