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