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