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