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