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