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