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