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