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