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