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