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