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