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