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