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