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