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