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