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