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