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